home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / r3iaskel.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  875 b   |  44 lines

  1.  
  2. // JavaScript wrapper for r3iaskel.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IASKEL_H = 1;
  7. include("real/intact/r3ianp.js")
  8. include("oops/r3vector.js")
  9. include("real/objects/r3skel.js")
  10.  
  11.  
  12. var R3CLID_IASKEL = 125;
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. R3IASA_CurrentAngles = 125502;
  21. function SetR3IASA_CurrentAngles(value) {
  22.   R3Set(this.r3obj, R3IASA_CurrentAngles, value, R3TID_VECTOR, 0); 
  23. }
  24.  
  25. function GetR3IASA_CurrentAngles() {
  26.   return R3Get(this.r3obj, R3IASA_CurrentAngles, R3TID_VECTOR, 0); 
  27. }
  28.  
  29.  
  30.  
  31. function r3Iaskel () { 
  32.    this.base = r3God;
  33.    if(arguments.length) {
  34.       this.base(R3CLID_IASKEL, arguments);
  35.    }
  36.    // Methods
  37.  
  38.    // Attributes
  39.    this.GetCurrentAngles=GetR3IASA_CurrentAngles;
  40.    this.SetCurrentAngles=SetR3IASA_CurrentAngles;
  41. }
  42.  
  43. r3Iaskel.prototype=new r3Ianp;
  44. // r3iaskel.h_H